In [1]:
import numpy as np
import matplotlib.pyplot as plt
import nvg.ximu.ximudata as ximudata
import nvg.ximu.compare_to_mocap as compare
%matplotlib notebook

Testing the heel detection algorithm

Finding settings that work well for all files.


In [2]:
import pdb
compare.test_detect_heel_strike(listindex=[:2])


2012-09-19 18:26:41.276000
2012-09-19, 16:30:12.271438
/home/kjartan/anaconda2/lib/python2.7/site-packages/nvgimu-0.2-py2.7-linux-x86_64.egg/nvg/ximu/ximudata.py:2409: UserWarning: Unexpected empty set of events!

In [ ]:
pdb.pm()

In [ ]: